home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / lisp / vm / README.z / README
Encoding:
Text File  |  1998-05-21  |  2.4 KB  |  58 lines

  1. How to setup VM:
  2.  
  3. 0) Look at the Makefile and change the values of EMACS_VERSION,
  4.    EMACS, INFODIR, LISPDIR, and PIXMAPDIR.  If they are not right for your
  5.    system, change them.
  6.  
  7.    Note that version 18 of Emacs is no longer supported.  VM may
  8.    or may not work under v18.  The old v18 support code has been left
  9.    in place for those hardy souls who want to attempt it anyway.
  10.  
  11. 1) Do one of these:
  12.      `make'.
  13.      `make vm.info' to build the Info online help document.
  14.      `make all' to make everything.
  15.    Ignore the compiler warnings.
  16.  
  17. 2) Put all the .elc files into a Lisp directory that Emacs knows
  18.    about.  (see load-path).
  19.  
  20. 3) If you're using XEmacs 19.14 and you want toolbar support,
  21.    make a directory called `vm' in the XEmacs `etc' directory.
  22.    Copy the files in pixmaps directory into the directory you
  23.    just created.  VM will look for the pixmap there by default.
  24.  
  25.    Alternately you can put the pixmap files in any directory you
  26.    want or just leave them where they are.  Be sure to point the
  27.    variable vm-toolbar-pixmap-directory at the direrctory where
  28.    you put the files.
  29.  
  30. 4) If you built the Info document, copy the file vm.info file into
  31.    the Emacs' info directory under the name "vm".  Edit the "dir"
  32.    file in that directory and add a menu entry for VM, if it's
  33.    not in there already.
  34.  
  35. 5) Put these lines in your .emacs file if they aren't there
  36.    already:
  37.  
  38.    (autoload 'vm "vm" "Start VM on your primary inbox." t)
  39.    (autoload 'vm-other-frame "vm" "Like `vm' but starts in another frame." t)
  40.    (autoload 'vm-visit-folder "vm" "Start VM on an arbitrary folder." t)
  41.    (autoload 'vm-visit-virtual-folder "vm" "Visit a VM virtual folder." t)
  42.    (autoload 'vm-mode "vm" "Run VM major mode on a buffer" t)
  43.    (autoload 'vm-mail "vm" "Send a mail message using VM." t)
  44.    (autoload 'vm-submit-bug-report "vm" "Send a bug report about VM." t)
  45.  
  46. You're now ready to use VM.  C-h i should start up the Emacs Info
  47. system and if you've installed the Info document properly you can
  48. use the online documentation to teach yourself how to use VM.
  49. (Note: the Info document is currently only completely accurate for
  50. version 4 of VM.)
  51.  
  52. Please use M-x vm-submit-bug-report to report bugs.  The bug report
  53. will be sent to bug-vm@uunet.uu.net and be gatewayed from there to
  54. gnu.emacs.vm.bug.
  55.  
  56. The latest version of VM can usually be found at ftp.uu.net in
  57. the networking/mail/vm directory.
  58.